home *** CD-ROM | disk | FTP | other *** search
/ Freelog 112 / FreelogNo112-NovembreDecembre2012.iso / Multimedia / VSDC Free Video Converter / video_converter.exe / {cf} / FlashIntegro / Skins / Vista.cjstyles / TEXTFILE / NORMALBLACK2_INI < prev    next >
Text (UTF-16)  |  2011-09-07  |  129KB  |  2,392 lines

  1. ;------------------------------------------
  2. ; file: Luna\default.ini
  3. ;------------------------------------------
  4.  
  5. ;--------- Globals -------------------------
  6. [globals]
  7.  
  8. ; global edge colors (redefined in various parts) 
  9. EdgeLightColor      = 241 239 226
  10. EdgeHighLightColor  = 255 255 255
  11. EdgeShadowColor     = 172 168 153
  12. EdgeDkShadowColor   = 113 111 100 
  13. EdgeFillColor       = 236 233 216
  14.  
  15. ;--------- system metrics -------------------------------
  16. [SysMetrics]
  17. ;The system metric colors also effect non-themed controls.
  18.  
  19. ScrollbarWidth = 17
  20. ScrollbarHeight = 17
  21.  
  22. Window = 255 255 255
  23. MenuBar = 240 240 240
  24. Menu = 240 240 240
  25. Background = 50 50 50
  26. Btnface = 240 240 240
  27. Highlight = 51 153 255
  28.  
  29. ActiveCaption = 192 192 192
  30. CaptionText = 255 255 255
  31. InactiveCaption = 165 165 165
  32. InactiveCaptionText = 200 200 200
  33. GradientActiveCaption = 192 192 192
  34. GradientInactiveCaption = 206 206 206
  35. HighlightText = 255 255 255
  36. MenuHilight = 191 239 254
  37. BtnShadow = 160 160 160
  38. GrayText = 171 173 179
  39. BtnHighlight = 255 255 255
  40. DkShadow3d = 100 100 100
  41. Light3d = 227 227 227
  42.  
  43. ;---- don't remove these fonts (must specify to be localizable) ----
  44. CaptionFont = Segoe UI, 10
  45. CaptionBarHeight = 21
  46. SmallCaptionFont = Segoe UI, 9
  47. SMCaptionBarHeight = 17
  48. SMCaptionBarWidth = 17
  49. MenuFont = Tahoma, 8
  50. StatusFont = Tahoma, 8
  51. MsgBoxFont = Tahoma, 8
  52. IconTitleFont = Tahoma, 8
  53.  
  54.  
  55. ;The FlatMenus option allows the author to turn of the 3d border on menus
  56. FlatMenus = true
  57.  
  58. ;This may allow authors to specify a theme matching stylesheet for Webviews, etc.
  59. CssName = cpwebvw.css
  60.  
  61. ;This may allow authors to specify a theme matching XML file.
  62. XmlName = default.xml
  63.  
  64. ; this theme designed for 15-bit color and higher
  65. MinColorDepth = 15
  66.  
  67. ;---------- buttons ---------------------------------
  68. ;Overall button class
  69. [button]
  70.  
  71. ;Normal button
  72. [button.pushbutton]
  73. bgtype = imagefile
  74. SizingMargins = 8, 8, 9, 9
  75. sizingType = Stretch
  76. ContentMargins = 3, 3, 3, 3 
  77. ImageFile = Blue\button.bmp
  78. imageCount = 6
  79. ImageLayout = vertical
  80. TextColor = 0 0 0
  81. FillColorHint = 243 243 239; Average fill color (light beige)
  82. BorderColorHint = 0 60 116; Edge color (dark blue grey)
  83. AccentColorHint = 250 196 88; Rollover hilite color (orange)
  84. MinSize= 10, 5
  85.  
  86. ;Makes text for button grey for the disabled state
  87. [button.pushbutton(disabled)]
  88. TextColor = 161 161 146
  89.  
  90. ;Color hint for default state
  91. [button.pushbutton(defaulted)]
  92. AccentColorHint = 157 187 235; Default state hilite color (blue)
  93.  
  94. ;Checkboxes
  95. [button.checkbox]
  96. bgtype = imagefile
  97. imagelayout=vertical
  98. sizingType = TrueSize
  99. SizingMargins = 0, 0, 0, 0
  100. ContentMargins = 0, 0, 0, 0
  101. imageCount = 12
  102. MirrorImage = false
  103. FillColorHint = 33 161 33; Checkmark color (green)
  104. BorderColorHint = 29 82 129; Edge color (dark blue grey)
  105. AccentColorHint = 250 196 88; Rollover hilite color (orange)
  106.  
  107. ;----- Multiple control sizes for different video adapter resolution settings ----
  108. ImageSelectType = Dpi   ; choose src image by DPI of target DC (vs. theme DPI)
  109. TrueSizeScalingType = Dpi
  110. TrueSizeStretchMark = 50; start stretching when target exceeds source size by 50%
  111. UniformSizing   = true  ; if you must stretch, do width & height equally
  112. ImageFile1=Blue\CheckBox13.bmp
  113. ImageFile2=Blue\CheckBox16.bmp
  114. ImageFile3=Blue\CheckBox25.bmp
  115. MinDpi1=96
  116. MinDpi2=118
  117. MinDpi3=185 
  118.  
  119. ;Checkboxes can be disabled in various states, so each of the following entries sets the text
  120. ;to grey for the corresponding states.
  121. [button.checkbox(checkeddisabled)]
  122. TextColor = 128 128 128
  123.  
  124. [button.checkbox(uncheckeddisabled)]
  125. TextColor = 128 128 128
  126.  
  127. [button.checkbox(mixeddisabled)]
  128. TextColor = 128 128 128
  129.  
  130. ;Radio buttons
  131. [button.radiobutton]
  132. bgtype = imagefile
  133. imagelayout=vertical
  134. transparent=true
  135. sizingType = TrueSize
  136. SizingMargins = 0, 0, 0, 0
  137. ContentMargins = 0, 0, 0, 0
  138. imageCount = 8
  139. FillColorHint = 33 161 33; Selection dot color (green)
  140. BorderColorHint = 29 82 129; Edge color (dark blue grey)
  141. AccentColorHint = 250 196 88; Rollover hilite color (orange)
  142.  
  143. ;----- Multiple control sizes for different video adapter resolution settings ----
  144. ImageSelectType = Dpi   ; choose src image by DPI of target DC (vs. theme DPI)
  145. TrueSizeScalingType = Dpi
  146. TrueSizeStretchMark = 50; start stretching when target exceeds source size by 50%
  147. UniformSizing   = true  ; if you must stretch, do width & height equally
  148. ImageFile1=Blue\RadioButton13.bmp
  149. ImageFile2=Blue\RadioButton16.bmp
  150. ImageFile3=Blue\RadioButton25.bmp
  151. MinDpi1=96
  152. MinDpi2=118
  153. MinDpi3=185
  154.  
  155. ;Radio buttons can be disabled in various states, so each of the following entries sets the text
  156. ;to grey for the corresponding states.
  157. [button.radiobutton(checkeddisabled)]
  158. TextColor = 128 128 128
  159.  
  160. [button.radiobutton(uncheckeddisabled)]
  161. TextColor = 128 128 128
  162.  
  163. ;The line enclosing a group of controls
  164. [button.groupbox]
  165. TextColor = 0 0 0
  166. bgtype = imagefile
  167. SizingMargins = 4, 4, 4, 4
  168. sizingType = Tile
  169. ImageFile = Blue\GroupBox.bmp
  170. ;BorderOnly means that the area inside the sizing margins is not drawn (so it won't
  171. ;draw on top of the controls it surrounds)
  172. borderOnly = true
  173. transparent = true
  174. BorderColorHint = 160 160 160; Dark beige edge color
  175. NormalSize = 9999, 9999   ; never source size a groupbox (from IE)
  176.  
  177.  
  178. ;----------- combobox --------------------------------
  179. ;Dropdown controls
  180.  
  181. [Combobox]
  182. BgType = ImageFile
  183. BorderSize = 0
  184. ImageFile = Blue\ComboBox.bmp
  185. SizingMargins = 1, 1, 1, 1
  186.  
  187. [Combobox(Disabled)]
  188. FillColor = 240 240 240
  189. TextColor = 180 180 180
  190. ImageFile = Blue\ComboBoxDisabled.bmp
  191.  
  192. ;The down pointing triangle button
  193. [Combobox.DropDownButton]
  194. BgType  = imagefile
  195. imagelayout = vertical
  196. SizingType  = Stretch
  197. ImageFile = Blue\ComboButton.bmp
  198. SizingMargins = 2, 2, 5, 5
  199. ContentMargins = 0, 0, 1, 0
  200. ImageCount  = 4
  201. GlyphType   = ImageGlyph
  202. GlyphImageFile = Blue\ComboButtonGlyph.bmp
  203. GlyphTransparent= true
  204. FillColorHint = 200 214 251; Average fill color (light blue)
  205. BorderColorHint = 255 255 255; Edge color (white)
  206.  
  207. ;----------- edit --------------------------------
  208. [edit]
  209. BgType  = BorderFill
  210. BorderSize  = 1
  211. FillColor   = 255 255 255 
  212. BorderColor = 130 135 144
  213.  
  214. [edit.edittext(Disabled)]
  215. FillColor   = 235 235 228
  216. TextColor   = 161 161 146
  217.  
  218. [edit.edittext(ReadOnly)]
  219. FillColor   = 235 235 228
  220. TextColor   = 0 0 0
  221.  
  222.  
  223. ;----------- listbox --------------------------------
  224. [Listbox]
  225. BgType  = BorderFill
  226. BorderSize  = 1
  227. FillColor   = 255 255 255 
  228. BorderColor = 130 135 144
  229.  
  230.  
  231. ;--------- Scrollbar -------------------------
  232. [ScrollBar]
  233.  
  234. ;The buttons, both horizontal and vertical in one strip
  235. ; Scrollbar Arrow Buttons
  236. [ScrollBar.ArrowBtn]
  237. BgType  = ImageFile
  238. SizingMargins = 5, 5, 5, 5
  239. ContentMargins = 0, 0, 3, 3
  240. SizingType = Stretch
  241. ImageFile = Blue\ScrollArrows.bmp
  242. ImageCount = 20
  243. ImageLayout = Vertical
  244. GlyphType   = ImageGlyph
  245. GlyphTransparent= True
  246. FillColorHint = 200 214 251; Average fill color (light blue)
  247. BorderColorHint = 255 255 255; Edge color (white)
  248.  
  249.  
  250. ;----- the two sizes of scrollbar arrow glyphs ----
  251. ImageSelectType = size   ; choose src image by DPI of target DC (vs. theme DPI)
  252. ;TrueSizeScalingType = size
  253. ;SourceShrink = True
  254. ;TrueSizeStretchMark = 150; start stretching when target exceeds source size by 150%
  255. ;UniformSizing   = true; if you must stretch, do width & height equally
  256. ImageFile1  = Blue\ScrollArrowGlyphsSmall.bmp
  257. ;ImageFile2  = Blue\ScrollArrowGlyphsSmall.bmp
  258. ;MinSize1  = 7, 7
  259. ;MinSize2  = 9, 9 
  260. ;NormalSize = 7, 10
  261.  
  262. ; Scrollbar Thumb (horizontal)
  263. [Scrollbar.ThumbBtnHorz]
  264. BgType  = ImageFile
  265. SizingMargins = 5, 5, 5, 5
  266. ContentMargins = 4, 4, 0, 0
  267. ImageFile = Blue\ScrollThumbHorizontal.bmp
  268. ImageCount  = 5
  269. ImageLayout = Vertical
  270. FillColorHint = 198 213 253; Average fill color (light blue)
  271. BorderColorHint = 255 255 255; Edge color (white)
  272.  
  273.  
  274. ;A visual element in the middle of the scrollbar thumb
  275. [Scrollbar.GripperHorz]
  276. BgType  = ImageFile
  277. SizingType  = TrueSize
  278. ImageFile = Blue\ScrollThumbGripperHorizontal.BMP
  279. imagelayout = vertical
  280. Transparent = True
  281. ImageCount  = 5
  282.  
  283. ; Scrollbar Thumb (vertical)
  284. [Scrollbar.ThumbBtnVert]
  285. BgType  = ImageFile
  286. SizingMargins = 5, 5, 5, 5
  287. ContentMargins = 0, 0, 4, 4
  288. ImageFile = Blue\ScrollThumbVertical.bmp
  289. ImageCount  = 5
  290. ImageLayout = vertical
  291. FillColorHint = 198 213 253; Average fill color (light blue)
  292. BorderColorHint = 255 255 255; Edge color (white)
  293.  
  294. ;A visual element in the middle of the scrollbar thumb
  295. [Scrollbar.GripperVert]
  296. BgType  = ImageFile
  297. SizingType  = TrueSize
  298. ImageFile = Blue\ScrollThumbGripperVertical.BMP
  299. ImageCount  = 5
  300. Transparent = True
  301. ImageLayout = Vertical
  302.  
  303.  
  304. ; Scrollbar Tracks (horizontal)
  305. [Scrollbar.LowerTrackHorz]
  306. BgType  = imagefile
  307. ImageFile = Blue\ScrollShaftHorizontal.bmp
  308. SizingMargins = 0, 0, 1, 1
  309. ImageCount = 5
  310. ImageLayout = Vertical
  311. FillColorHint = 198 213 253; Average fill color (light blue)
  312.  
  313.  
  314. [Scrollbar.UpperTrackHorz]
  315. BgType  = imagefile
  316. ImageFile = Blue\ScrollShaftHorizontal.bmp
  317. SizingMargins = 0, 0, 1, 1
  318. ImageCount = 5
  319. ImageLayout = Vertical
  320. FillColorHint = 198 213 253; Average fill color (light blue)
  321.  
  322. ; Scrollbar Tracks (vertical)
  323. [Scrollbar.LowerTrackVert]
  324. BgType  = imagefile
  325. ImageFile = Blue\ScrollShaftVertical.bmp
  326. SizingMargins = 1, 1, 0, 0
  327. ImageCount = 5
  328. ImageLayout = Vertical
  329. FillColorHint = 198 213 253; Average fill color (light blue)
  330.  
  331. [Scrollbar.UpperTrackVert]
  332. BgType  = imagefile
  333. ImageFile = Blue\ScrollShaftVertical.bmp
  334. SizingMargins = 1, 1, 0, 0
  335. ImageCount = 5
  336. ImageLayout = Vertical
  337. FillColorHint = 198 213 253; Average fill color (light blue)
  338.  
  339. [ScrollBar.SizeBox]
  340. ImageFile = Blue\ResizeGrip2.bmp
  341. bgtype = imagefile
  342. imageCount = 2
  343. sizingType = trueSize
  344. Transparent = True
  345. TransparentColor = 255 0 0
  346. FillColorHint = 184 180 163; Gripper dot color (dark beige)
  347. VAlign = Bottom
  348.  
  349. ;----------- spin --------------------------------
  350. ;Spin buttons for incrementing values in a field
  351. [Spin]
  352. ;Bgtype = imagefile
  353. ;SizingType = tile
  354. ;ImageFile = Blue\FieldOutlineBlue.bmp
  355. ;SizingMargins = 2, 2, 2, 2
  356. ;ImageCount = 1
  357.  
  358. [Spin.Up]
  359. Bgtype = imagefile
  360. SizingType = stretch
  361. ImageFile = Blue\SpinButtonBackgroundUp.bmp
  362. SizingMargins = 3, 3, 3, 2
  363. ContentMargins = 3, 2, 2, 1
  364. ImageCount = 4
  365. ImageLayout = Vertical
  366. GlyphType = ImageGlyph
  367. GlyphImageFile = Blue\SpinUpGlyph.bmp
  368. GlyphTransparent = True
  369. FillColorHint = 200 214 251
  370. BorderColorHint = 255 255 255
  371. TRANSPARENT = true
  372. TRANSPARENTCOLOR = 255 0 255
  373.  
  374. [Spin.Down]
  375. Bgtype = imagefile
  376. SizingType = tile
  377. ImageFile = Blue\SpinButtonBackgroundDown.bmp
  378. SizingMargins = 2, 3, 2, 3
  379. ContentMargins = 3, 2, 1, 2
  380. ImageCount = 4
  381. ImageLayout = Vertical
  382. GlyphType = ImageGlyph
  383. GlyphImageFile = Blue\SpinDownGlyph.bmp
  384. GlyphTransparent = True
  385. FillColorHint = 200 214 251
  386. BorderColorHint = 255 255 255
  387. TRANSPARENT = true
  388. TRANSPARENTCOLOR = 255 0 255
  389.  
  390. [Spin.Uphorz]
  391. Bgtype = imagefile
  392. SizingType = stretch
  393. ImageFile = Blue\SpinButtonBackgroundRight.bmp
  394. SizingMargins = 2, 3, 0, 0
  395. ContentMargins = 0, 0, 0, 0
  396. ImageCount = 4
  397. ImageLayout = Vertical
  398. GlyphType = ImageGlyph
  399. GlyphImageFile = Blue\SpinRightGlyph.bmp
  400. GlyphTransparent = True
  401. FillColorHint = 200 214 251
  402. BorderColorHint = 255 255 255
  403. TRANSPARENT = true
  404. TRANSPARENTCOLOR = 255 0 255
  405.  
  406. [Spin.Downhorz]
  407. Bgtype = imagefile
  408. SizingType = Stretch
  409. ImageFile = Blue\SpinButtonBackgroundLeft.bmp
  410. SizingMargins = 3, 2, 0, 0
  411. ContentMargins = 0, 0, 0, 0
  412. ImageCount = 4
  413. ImageLayout = Vertical
  414. GlyphType = ImageGlyph
  415. GlyphImageFile = Blue\SpinLeftGlyph.bmp
  416. GlyphTransparent = True
  417. FillColorHint = 200 214 251
  418. BorderColorHint = 255 255 255
  419. TRANSPARENT = true
  420. TRANSPARENTCOLOR = 255 0 255
  421.  
  422.  
  423. ;----------- rebar --------------------------------
  424. ;Rebar is a container for toolbars
  425.  
  426. [Rebar]
  427. bgtype =imagefile
  428. sizingtype=stretch
  429. ImageFile = Blue\ToolbarBackground.bmp
  430. sizingmargins= 0, 0, 0, 4
  431. Font                = Tahoma, 8
  432. TextColor           = 127 124 115
  433. FillColorHint = 241 243 239; Background color of toolbars (light beige)
  434.  
  435. [Rebar.Band]
  436. bgtype = none
  437. ContentMargins    = 2, 0, 0, 0
  438. EdgeShadowColor = 216 210 189
  439.  
  440. [Rebar.Gripper]
  441. bgtype = imagefile
  442. SizingMargins   = 2, 1, 4, 2 
  443. ContentMargins    = 2, 1, 0, 0
  444. ImageFile = Blue\ToolbarGripper.bmp
  445. sizingType     = Tile
  446. Transparent     = true
  447. FillColorHint = 171 167 149; Gripper dot color (dark beige)
  448.  
  449. [Rebar.GripperVert]
  450. bgtype = imagefile
  451. SizingMargins = 3, 3, 2, 1
  452. ContentMargins    = 1, 2, 0, 0
  453. ImageFile = Blue\ToolbarGripperVert.bmp
  454. sizingType = Tile
  455. Transparent = true
  456. FillColorHint = 171 167 149; Gripper dot color (dark beige)
  457.  
  458. [Rebar.Chevron]
  459. SizingMargins = 4, 4, 4, 4
  460. ContentMargins = 0, 0, 0, 0
  461. ImageFile = Blue\ToolbarButtons.bmp
  462. bgtype = imagefile
  463. imagelayout = vertical
  464. imageCount= 6
  465. sizingType= Stretch
  466. Transparent = true
  467. GlyphType   = ImageGlyph
  468. GlyphImageFile = Blue\Chevron.bmp
  469. GlyphTransparent= true
  470. VAlign = Top
  471. FillColorHint = 0 0 0; Glyph color (black)
  472.  
  473. [Rebar.ChevronVert]
  474. SizingMargins = 4, 4, 4, 4
  475. ContentMargins = 0, 0, 0, 0
  476. ImageFile = Blue\ToolbarButtons.bmp
  477. bgtype = imagefile
  478. imagelayout = vertical
  479. imageCount= 6
  480. sizingType= Stretch
  481. Transparent = true
  482. GlyphType   = ImageGlyph
  483. GlyphImageFile = Blue\Chevron.bmp
  484. GlyphTransparent= true
  485. VAlign = Top
  486. FillColorHint = 0 0 0; Glyph color (black)
  487.  
  488. ;----------- toolbar--------------------------------
  489. ;Button bars and menu bars in some applicatons
  490.  
  491. [Toolbar]
  492. BgType  = Borderfill
  493. Bordersize  = 0
  494. FillColor   = 236 233 216
  495. TextColor   = 0 0 0
  496.  
  497. [Toolbar(Pressed)]
  498. TextColor= 255 255 255
  499.  
  500. [Toolbar.Button]
  501. SizingMargins = 4, 4, 4, 4
  502. ContentMargins = 0, 0, 0, 0
  503. ImageFile = Blue\ToolbarButtons.bmp
  504. bgtype = imagefile
  505. imagelayout = vertical
  506. imageCount = 6
  507. sizingType = Stretch
  508. Transparent = true
  509. TransparentColor = 255 0 255
  510. FillColorHint = 241 243 239; Average fill color (light beige)
  511. BorderColorHint = 206 206 195; Edge color (dark beige)
  512.  
  513. [Toolbar.Separator]
  514. SizingMargins = 5, 2, 2, 1
  515. ImageFile = Blue\Separator.bmp
  516. bgtype = imagefile
  517. imageCount = 1
  518. sizingType = tile
  519. Transparent = true
  520. TransparentColor = 255 0 0
  521. FillColorHint = 202 198 175; Darker separator color (medium beige)
  522.  
  523. [Toolbar.SeparatorVert]
  524. SizingMargins = 2, 1, 5, 1
  525. ImageFile = Blue\SeparatorVert.bmp
  526. bgtype = imagefile
  527. imageCount = 1
  528. sizingType = tile
  529. Transparent = true
  530. TransparentColor = 255 0 0
  531. FillColorHint = 202 198 175; Darker separator color (medium beige)
  532.  
  533.  
  534. [Toolbar.DropdownButton]
  535. SizingMargins = 4, 4, 4, 4
  536. ContentMargins = 0, 0, 0, 0
  537. ImageFile = Blue\ToolbarButtons.bmp
  538. bgtype = imagefile
  539. imagelayout = vertical
  540. imageCount = 6
  541. sizingType = Stretch
  542. Transparent = true
  543. TransparentColor = 255 0 255
  544. FillColorHint = 241 243 239; Average fill color (light beige)
  545. BorderColorHint = 206 206 195; Edge color (dark beige)
  546.  
  547. [Toolbar.SplitButton]
  548. SizingMargins = 4, 2, 4, 4
  549. ImageFile = Blue\ToolbarButtonsSplit.bmp
  550. bgtype = imagefile
  551. imagelayout = vertical
  552. imageCount = 6
  553. sizingType = Stretch
  554. Transparent = true
  555. TransparentColor = 255 0 255
  556. FillColorHint = 241 243 239; Average fill color (light beige)
  557. BorderColorHint = 206 206 195; Edge color (dark beige)
  558.  
  559. [Toolbar.SplitButtonDropdown]
  560. SizingMargins = 2, 4, 4, 4
  561. ImageFile = Blue\ToolbarButtonsSplitDropdown.bmp
  562. bgtype = imagefile
  563. imagelayout = vertical
  564. imageCount = 6
  565. sizingType = Stretch
  566. Transparent = true
  567. TransparentColor = 255 0 255
  568. GlyphType   = ImageGlyph
  569. GlyphImageFile = Blue\ToolbarButtonsSplitDropdownGlyph.bmp
  570. GlyphTransparent= true
  571. FillColorHint = 241 243 239; Average fill color (light beige)
  572. BorderColorHint = 206 206 195; Edge color (dark beige)
  573.  
  574.  
  575. ;----------- status--------------------------------
  576. ;The area at the bottom of a window containing miscellaneous status info
  577. ;The first is the container for the status sections
  578. [Status]
  579. SizingMargins = 50, 17, 5, 9
  580. ImageFile = Blue\StatusBackground.bmp
  581. bgtype = imagefile
  582. imageCount = 1
  583. sizingType = Tile
  584. FillColorHint = 236 233 216; Average fill color (beige)
  585.  
  586. ;The individual status item backgrounds
  587. [Status.Pane]
  588. SizingMargins = 0, 2, 2, 2
  589. ImageFile = Blue\StatusPane.bmp
  590. bgtype = imagefile
  591. imageCount = 1
  592. sizingType = Tile
  593. Transparent = True
  594. TransparentColor = 255 0 0 
  595.  
  596. ;The individual status item backgrounds
  597. [Status.GripperPane]
  598. bgtype = none
  599.  
  600. ;The resize corner
  601. [Status.Gripper]
  602. ContentMargins=0,0,0,0
  603. ImageFile = Blue\ResizeGrip2.bmp
  604. bgtype = imagefile
  605. imageCount = 2
  606. sizingType = trueSize
  607. Transparent = True
  608. TransparentColor = 255 0 0 
  609. FillColorHint = 184 180 163; Resize gripper dots (dark beige)
  610. VAlign = Bottom
  611.  
  612.  
  613. ;----------- list view --------------------------------
  614. ;Icon, list, details, etc.
  615.  
  616. [ListView]
  617. BgType  = BorderFill
  618. BorderSize  = 1
  619. FillColor   = 255 255 255 
  620. BorderColor = 130 135 144
  621.  
  622.  
  623. ;----------- Tree view --------------------------------
  624.  
  625. [TreeView]
  626. BgType  = BorderFill
  627. BorderSize  = 1
  628. FillColor   = 255 255 255 
  629. BorderColor = 130 135 144
  630.  
  631. [TreeView.Glyph]
  632. bgtype = imagefile
  633. SizingType = TrueSize
  634. imagecount = 2
  635. imageLayout=vertical
  636. ;----- Multiple control sizes for different video adapter resolution settings ----
  637. ImageSelectType = Dpi   ; choose src image by DPI of target DC (vs. theme DPI)
  638. TrueSizeScalingType = Dpi
  639. TrueSizeStretchMark = 50; start stretching when target exceeds source size by 50%
  640. UniformSizing   = true  ; if you must stretch, do width & height equally
  641. ImageFile1=Blue\treeExpandCollapse.bmp
  642. ImageFile2=Blue\treeExpandCollapse10.bmp
  643. ImageFile3=Blue\treeExpandCollapse15.bmp
  644. MinDpi1=96
  645. MinDpi2=133
  646. MinDpi3=150 
  647.  
  648.  
  649. ;----------- header --------------------------------
  650. ;The area at the top of a list, with clickable headers for sort order
  651.  
  652. [Header]
  653. bgtype = imagefile
  654. SizingMargins = 2, 2, 9, 14
  655. ImageFile = Blue\ListviewHeaderBackground.bmp
  656. sizingType = tile
  657.  
  658. [Header.HeaderItem]
  659. bgtype = imagefile
  660. SizingMargins = 2, 3, 9, 14
  661. ContentMargins = 0, 0, 0, 0
  662. ImageFile = Blue\ListViewHeader.bmp
  663. imageCount=5
  664. imageLayout=vertical
  665. sizingType = Stretch
  666. transparent=true
  667. transparentcolor=255 0 0
  668. FillColorHint = 250 248 243; Average fill color (light beige)
  669. AccentColorHint = 252 194 71; Rollover hilite color (orange)
  670.  
  671.  
  672. ;----------- progress --------------------------------
  673. ;Progress bars
  674.  
  675. [Progress]
  676. BgType = borderFill
  677. BorderColor = 235 235 228
  678. Bordersize = 1
  679. FillColor = 46 211 49
  680. FillType = HorzGradient
  681. ProgressChunkSize = 1
  682. ProgressSpaceSize = 0
  683.  
  684. [Progress.Bar]
  685. Bgtype = imagefile
  686. BorderColorHint = 104 104 104
  687. FillColorHint = 255 255 255
  688. ImageFile = Blue\ProgressTrack.bmp
  689. MinSize = 53, 10
  690. NormalSize = 100, 18
  691. SizingMargins = 2, 2, 2, 2
  692. SizingType = Stretch
  693. SourceShrink = true
  694.  
  695. [Progress.BarVert]
  696. Bgtype = imagefile
  697. BorderColorHint = 104 104 104
  698. FillColorHint = 255 255 255
  699. ImageFile = Blue\ProgressTrackVert.bmp
  700. SizingMargins = 2, 2, 2, 2
  701. SizingType = Stretch
  702.  
  703. [Progress.Chunk]
  704. Bgtype = imagefile
  705. FillColorHint = 46 211 49
  706. ImageFile = Blue\ProgressChunk.bmp
  707. SizingMargins = 4, 4, 2, 2
  708. SizingType = Stretch
  709.  
  710. [Progress.ChunkVert]
  711. Bgtype = imagefile
  712. FillColorHint = 46 211 49
  713. ImageFile = Blue\ProgressChunkVert.bmp
  714. SizingMargins = 2, 2, 4, 4
  715. SizingType = Stretch
  716.  
  717.  
  718. ;----------- tab --------------------------------
  719. [Tab]
  720. bgType = borderFill
  721. fillType = Solid
  722. fillColor = 236 233 216
  723. bordersize = 0
  724.  
  725. ;The whole content area of a tab page
  726. [Tab.Pane]
  727. bgtype = imagefile
  728. ImageFile = Blue\TabPaneEdge.bmp
  729. sizingMargins = 1, 3, 1, 2
  730. SizingType = stretch
  731. imagecount = 1
  732. FillColorHint = 251 251 253; Light tab background color (very light beige)
  733. BorderColorHint = 145 155 156; Edge color (dark grey)
  734.  
  735. [Tab.TabItem]
  736. SizingMargins = 2, 2, 2, 2
  737. ContentMargins = 0, 0, 0, 0
  738. bgtype=imagefile
  739. ImageFile = Blue\tabItem.bmp
  740. imagecount=5
  741. imagelayout=vertical
  742. FillColorHint = 248 248 246; Tab average color (light beige)
  743. BorderColorHint = 145 167 180; Edge color (blue grey)
  744. AccentColorHint = 255 200 60; Rollover hilite color (orange)
  745.  
  746.  
  747. [Tab.TabItemLeftEdge]
  748. SizingMargins = 2, 2, 2, 2
  749. ContentMargins = 0, 0, 0, 0
  750. bgtype=imagefile
  751. ImageFile = Blue\tabItemLeft.bmp
  752. imagecount=5
  753. imagelayout=vertical
  754. FillColorHint = 248 248 246; Tab average color (light beige)
  755. BorderColorHint = 145 167 180; Edge color (blue grey)
  756. AccentColorHint = 255 200 60; Rollover hilite color (orange)
  757.  
  758.  
  759. [Tab.TabItemRightEdge]
  760. SizingMargins = 2, 2, 2, 2
  761. ContentMargins = 0, 0, 0, 0
  762. bgtype=imagefile
  763. ImageFile = Blue\tabItemRight.bmp
  764. imagecount=5
  765. imagelayout=vertical
  766. FillColorHint = 248 248 246; Tab average color (light beige)
  767. BorderColorHint = 145 167 180; Edge color (blue grey)
  768. AccentColorHint = 255 200 60; Rollover hilite color (orange)
  769.  
  770.  
  771. [Tab.TabItemBothEdge]
  772. SizingMargins = 2, 2, 2, 2
  773. ContentMargins = 0, 0, 0, 0
  774. bgtype=imagefile
  775. ImageFile = Blue\tabItemBoth.bmp
  776. imagecount=5
  777. imagelayout=vertical
  778. FillColorHint = 248 248 246; Tab average color (light beige)
  779. BorderColorHint = 145 167 180; Edge color (blue grey)
  780. AccentColorHint = 255 200 60; Rollover hilite color (orange)
  781.  
  782.  
  783. [Tab.TopTabItem]
  784. SizingMargins = 2, 2, 2, 2
  785. ContentMargins = 0, 0, 0, 0
  786. bgtype=imagefile
  787. ImageFile = Blue\tabItemTop.bmp
  788. imagecount=5
  789. imagelayout=vertical
  790. FillColorHint = 248 248 246; Tab average color (light beige)
  791. BorderColorHint = 145 167 180; Edge color (blue grey)
  792. AccentColorHint = 255 200 60; Rollover hilite color (orange)
  793.  
  794.  
  795. [Tab.TopTabItemLeftEdge]
  796. SizingMargins = 2, 2, 2, 2
  797. ContentMargins = 0, 0, 0, 0
  798. bgtype=imagefile
  799. ImageFile = Blue\tabItemTopLeft.bmp
  800. imagecount=5
  801. imagelayout=vertical
  802. FillColorHint = 248 248 246; Tab average color (light beige)
  803. BorderColorHint = 145 167 180; Edge color (blue grey)
  804. AccentColorHint = 255 200 60; Rollover hilite color (orange)
  805.  
  806.  
  807. [Tab.TopTabItemRightEdge]
  808. SizingMargins = 2, 2, 2, 2
  809. ContentMargins = 0, 0, 0, 0
  810. bgtype=imagefile
  811. ImageFile = Blue\tabItemTopRight.bmp
  812. imagecount=5
  813. imagelayout=vertical
  814. FillColorHint = 248 248 246; Tab average color (light beige)
  815. BorderColorHint = 145 167 180; Edge color (blue grey)
  816. AccentColorHint = 255 200 60; Rollover hilite color (orange)
  817.  
  818.  
  819. [Tab.TopTabItemBothEdge]
  820. SizingMargins = 2, 2, 2, 2
  821. ContentMargins = 0, 0, 0, 0
  822. bgtype=imagefile
  823. ImageFile = Blue\tabItemTopBoth.bmp
  824. imagecount=5
  825. imagelayout=vertical
  826. FillColorHint = 248 248 246; Tab average color (light beige)
  827. BorderColorHint = 145 167 180; Edge color (blue grey)
  828. AccentColorHint = 255 200 60; Rollover hilite color (orange)
  829.  
  830.  
  831. [Tab.Body]
  832. bgtype = imagefile
  833. stockImageFile = Blue\TabBackground.bmp
  834. FillColorHint = 251 251 253; Light tab background color (very light beige)
  835.  
  836. ImageSelectType = Dpi   ; choose src image by DPI of target DC (vs. theme DPI)
  837. TrueSizeScalingType = Dpi
  838. TrueSizeStretchMark = 50; start stretching when target exceeds source size by 50%
  839. ImageFile1=Blue\TabBackground.bmp
  840. ImageFile2=Blue\TabBackground133.bmp
  841. MinDpi1=96
  842. MinDpi2=164
  843.  
  844. ;----------- trackbar --------------------------------
  845. ;Volume sliders, etc.
  846. [TrackBar]
  847. bgType = borderFill
  848. fillType = Solid
  849. fillColor = 235 235 228
  850. bordersize = 1
  851. borderColor = 235 235 228
  852.  
  853. ;The movable part of a horizontal slider (TBS_BOTH style)
  854. [TrackBar.Thumb]
  855. bgtype=imagefile
  856. ImageFile = Blue\TrackbarHorizontal.bmp
  857. imagecount=5
  858. imagelayout = vertical
  859. SizingMargins = 2, 3, 3, 4
  860. sizingtype = stretch
  861. FillColorHint = 243 243 239; Average background color (light beige)
  862. BorderColorHint = 181 196 205; Edge color (blue grey)
  863. AccentColorHint = 71 196 70; Rollover color (green)
  864.  
  865. ;The movable part of a horizontal slider (TBS_TOP style)
  866. [TrackBar.ThumbTop]
  867. bgtype=imagefile
  868. imagecount=5
  869. imagelayout = vertical
  870. transparent=true
  871. sizingtype = truesize
  872. transparentcolor= 242 241 231
  873. FillColorHint = 243 243 239; Average background color (light beige)
  874. BorderColorHint = 181 196 205; Edge color (blue grey)
  875. AccentColorHint = 71 196 70; Rollover color (green)
  876.  
  877.  
  878. ;----- the three sizes ----
  879. ImageSelectType = Dpi   ; choose src image by DPI of target DC (vs. theme DPI)
  880. TrueSizeScalingType = Dpi
  881. TrueSizeStretchMark = 50; start stretching when target exceeds source size by 50%
  882. UniformSizing   = true  ; if you must stretch, do width & height equally
  883. ImageFile1=Blue\TrackBarUp13.bmp
  884. ImageFile2=Blue\TrackBarUp16.bmp
  885. ImageFile3=Blue\TrackBarUp25.bmp
  886. MinDpi1=96
  887. MinDpi2=118
  888. MinDpi3=185
  889.  
  890.  
  891. ;The movable part of a horizontal slider (TBS_BOTTOM style)
  892. [TrackBar.ThumbBottom]
  893. bgtype=imagefile
  894. imagecount=5
  895. transparent=true
  896. SizingMargins = 3, 6, 6, 10
  897. sizingtype = truesize
  898. transparentcolor= 242 241 231
  899. ImageLayout = vertical
  900. FillColorHint = 243 243 239; Average background color (light beige)
  901. BorderColorHint = 181 196 205; Edge color (blue grey)
  902. AccentColorHint = 71 196 70; Rollover color (green)
  903.  
  904.  
  905. ;----- the three sizes ----
  906. ImageSelectType = Dpi   ; choose src image by DPI of target DC (vs. theme DPI)
  907. TrueSizeScalingType = Dpi
  908. TrueSizeStretchMark = 50; start stretching when target exceeds source size by 50%
  909. UniformSizing   = true  ; if you must stretch, do width & height equally
  910. ImageFile1=Blue\TrackBarDown13.bmp
  911. ImageFile2=Blue\TrackBarDown16.bmp
  912. ImageFile3=Blue\TrackBarDown25.bmp
  913. MinDpi1=96
  914. MinDpi2=118
  915. MinDpi3=185
  916.  
  917. ;The movable part of a vertical slider (TBS_BOTH style)
  918. [TrackBar.ThumbVert]
  919. bgtype=imagefile
  920. ImageFile = Blue\TrackbarVertical.bmp
  921. SizingMargins = 2, 3, 2, 3
  922. sizingtype = stretch
  923. imagecount=5
  924. ImageLayout = vertical
  925. FillColorHint = 243 243 239; Average background color (light beige)
  926. BorderColorHint = 181 196 205; Edge color (blue grey)
  927. AccentColorHint = 71 196 70; Rollover color (green)
  928.  
  929.  
  930. ;The movable part of a vertical slider (TBS_LEFT style)
  931. [TrackBar.ThumbLeft]
  932. bgtype=imagefile
  933. sizingtype = truesize
  934. imagecount=5
  935. transparent=true
  936. transparentcolor= 242 241 231
  937. ImageLayout = vertical
  938. FillColorHint = 243 243 239; Average background color (light beige)
  939. BorderColorHint = 181 196 205; Edge color (blue grey)
  940. AccentColorHint = 71 196 70; Rollover color (green)
  941.  
  942. ;----- the three sizes ----
  943. ImageSelectType = Dpi   ; choose src image by DPI of target DC (vs. theme DPI)
  944. TrueSizeScalingType = Dpi
  945. TrueSizeStretchMark = 50; start stretching when target exceeds source size by 50%
  946. UniformSizing   = true  ; if you must stretch, do width & height equally
  947. ImageFile1=Blue\TrackBarLeft13.bmp
  948. ImageFile2=Blue\TrackBarLeft16.bmp
  949. ImageFile3=Blue\TrackBarLeft25.bmp
  950. MinDpi1=96
  951. MinDpi2=118
  952. MinDpi3=185
  953.  
  954. ;The movable part of a vertical slider (TBS_RIGHT style)
  955. [TrackBar.ThumbRight]
  956. bgtype=imagefile
  957. ImageFile = Blue\TrackbarRight13.bmp
  958. sizingtype = truesize
  959. imagecount=5
  960. transparent=true
  961. transparentcolor= 242 241 231
  962. ImageLayout = vertical
  963. FillColorHint = 243 243 239; Average background color (light beige)
  964. BorderColorHint = 181 196 205; Edge color (blue grey)
  965. AccentColorHint = 71 196 70; Rollover color (green)
  966.  
  967.  
  968. ;----- the three sizes ----
  969. ImageSelectType = Dpi   ; choose src image by DPI of target DC (vs. theme DPI)
  970. TrueSizeScalingType = Dpi
  971. TrueSizeStretchMark = 50; start stretching when target exceeds source size by 50%
  972. UniformSizing   = true  ; if you must stretch, do width & height equally
  973. ImageFile1=Blue\TrackBarRight13.bmp
  974. ImageFile2=Blue\TrackBarRight16.bmp
  975. ImageFile3=Blue\TrackBarRight25.bmp
  976. MinDpi1=96
  977. MinDpi2=118
  978. MinDpi3=185
  979.  
  980. ;The track along which a slidermoves
  981. [TrackBar.Track]
  982. bgtype=imagefile
  983. ImageFile = Blue\sliderTrack.bmp
  984. imagecount=1
  985. sizingtype = stretch
  986. SizingMargins = 2, 2, 2, 2
  987. FillColorHint = 242 241 233
  988. BorderColorHint = 157 156 153
  989.  
  990. ;The vertical track along which a slider moves
  991. [TrackBar.TrackVert]
  992. bgtype=imagefile
  993. ImageFile = Blue\sliderTrack.bmp
  994. imagecount=1
  995. sizingtype = stretch
  996. SizingMargins = 2, 2, 2, 2
  997. FillColorHint = 242 241 233; Background color (light beige)
  998. BorderColorHint = 157 156 153; Edge color (dark grey)
  999.  
  1000. ;Set the color of the tickmarks drawn for the slider
  1001. [TrackBar.Tics]
  1002. color=161 161 146
  1003.  
  1004. ;Set the color of the tickmarks drawn for the vertical slider
  1005. [TrackBar.TicsVert]
  1006. color=161 161 146
  1007.  
  1008.  
  1009.  
  1010.  
  1011. ;----------- tooltip --------------------------------
  1012. ;Set the color or image background for tooltips
  1013. [Tooltip.Close]
  1014. BgType = ImageFile
  1015. ImageFile = Blue\BalloonClose.bmp
  1016. imagecount=3
  1017. sizingtype = truesize
  1018. Imagelayout = vertical
  1019.  
  1020.  
  1021.  
  1022. ;-------------- Windows ------------------------
  1023. [Window]
  1024. BgType = ImageFile
  1025. Transparent = True
  1026.  
  1027. [Window.Caption]
  1028. CaptionMargins = 7, 3, 13, 0
  1029. ContentAlignment = Left
  1030. ContentMargins = 8, 100, 15, 0
  1031. ImageCount = 2
  1032. ImageFile = Black2\FrameCaption.bmp
  1033. ImageLayout = Vertical
  1034. SizingType = Stretch
  1035. Transparent = True
  1036. TransparentColor = 255 0 255
  1037. TextShadowColor = 192 192 192
  1038. TextShadowOffset = 1, 1
  1039. TextShadowType = Continuous
  1040. SizingMargins = 10, 10, 15, 0
  1041.  
  1042. [Window.Caption(Active)]
  1043. IconEffect = Shadow
  1044.  
  1045. [Window.Caption(Disabled)]
  1046. IconEffect = Glow
  1047.  
  1048. [Window.Caption(Inactive)]
  1049. IconEffect = Alpha
  1050.  
  1051. [Window.CaptionSizingTemplate]
  1052. ContentMargins = 18, 18, 26, 0
  1053. ImageCount = 2
  1054. ImageFile = Black2\FrameCaptionSizing.bmp
  1055. ImageLayout = Vertical
  1056. SizingMargins = 28, 35, 9, 17
  1057. SizingType = Tile
  1058. Transparent = True
  1059. TransparentColor = 0 0 0
  1060.  
  1061. [Window.CloseButton]
  1062. BgType = ImageFile
  1063. GlyphTransparent = True
  1064. GlyphType = ImageGlyph
  1065. ImageCount = 8
  1066. ImageFile = Black2\CAPTIONBUTTONRIGHT.BMP
  1067. ImageFile1 = Black2\closeglyph.bmp
  1068. ImageFile2 = Black2\closeglyph.bmp
  1069. ImageFile3 = Black2\closeglyph.bmp
  1070. ImageFile4 = Black2\closeglyph.bmp
  1071. ImageFile5 = Black2\closeglyph.bmp
  1072. ImageLayout = Vertical
  1073. ImageSelectType = Size
  1074. MinDpi1 = 96
  1075. MinDpi2 = 126
  1076. MinDpi3 = 170
  1077. Offset = 60, 5
  1078. OffsetType = TopLeft
  1079. SizingMargins = 0, 0, 0, 0
  1080. SizingType = Stretch
  1081. UniformSizing = True
  1082. ContentMargins = -10, 0, -4, 4
  1083. Transparent = True
  1084.  
  1085. [Window.Dialog]
  1086. BgType = BorderFill
  1087. BorderColor = 255 233 216
  1088. FillColor = 255 0 0
  1089.  
  1090. [Window.FrameBottom]
  1091. BorderOnly = False
  1092. ImageCount = 2
  1093. ImageFile = Black2\frameBottom.bmp
  1094. ImageLayout = Vertical
  1095. SizingType = Stretch
  1096. Transparent = False
  1097. SizingMargins = 4, 4, 1, 4
  1098.  
  1099. [Window.FrameLeft]
  1100. BorderOnly = False
  1101. ImageCount = 2
  1102. ImageFile = Black2\frameLeft.bmp
  1103. ImageLayout = Vertical
  1104. SizingMargins = 3, 1, 40, 0
  1105. SizingType = Stretch
  1106. Transparent = True
  1107.  
  1108. [Window.FrameRight]
  1109. BorderOnly = False
  1110. ImageCount = 2
  1111. ImageFile = Black2\frameRight.bmp
  1112. ImageLayout = Vertical
  1113. SizingMargins = 1, 3, 40, 0
  1114. SizingType = Stretch
  1115. Transparent = True
  1116.  
  1117. [Window.HelpButton]
  1118. BgType = ImageFile
  1119. GlyphTransparent = True
  1120. GlyphType = ImageGlyph
  1121. ImageCount = 8
  1122. ImageFile = Black2\CAPTIONBUTTONRIGHT.BMP
  1123. ImageFile1 = Black2\Helpglyph.bmp
  1124. ImageFile2 = Black2\Helpglyph.bmp
  1125. ImageFile3 = Black2\Helpglyph.bmp
  1126. ImageFile4 = Black2\Helpglyph.bmp
  1127. ImageFile5 = Black2\Helpglyph.bmp
  1128. ImageLayout = Vertical
  1129. ImageSelectType = Size
  1130. MinDpi1 = 96
  1131. MinDpi2 = 126
  1132. MinDpi3 = 170
  1133. MirrorImage = True
  1134. Offset = 73, 5
  1135. OffsetType = TopLeft
  1136. SizingMargins = 0, 0, 0, 0
  1137. SizingType = Stretch
  1138. UniformSizing = True
  1139. Transparent = True
  1140. ContentMargins = -7, 0, -4, 4
  1141.  
  1142. [Window.MaxButton]
  1143. BgType = ImageFile
  1144. GlyphTransparent = True
  1145. GlyphType = ImageGlyph
  1146. ImageCount = 8
  1147. ImageFile = Black2\CAPTIONBUTTONRIGHT.BMP
  1148. ImageFile1 = Black2\maximizeglyph.bmp
  1149. ImageFile2 = Black2\maximizeglyph.bmp
  1150. ImageFile3 = Black2\maximizeglyph.bmp
  1151. ImageFile4 = Black2\maximizeglyph.bmp
  1152. ImageFile5 = Black2\maximizeglyph.bmp
  1153. ImageLayout = Vertical
  1154. ImageSelectType = Size
  1155. MinDpi1 = 96
  1156. MinDpi2 = 126
  1157. MinDpi3 = 170
  1158. Offset = 64, 0
  1159. OffsetType = TopLeft
  1160. SizingMargins = 0, 0, 0, 0
  1161. SizingType = Stretch
  1162. UniformSizing = True
  1163. Transparent = True
  1164. ContentMargins = -7, 0, -4, 4
  1165.  
  1166. [Window.MaxCaption]
  1167. CaptionMargins = 4, 4, 12, 2
  1168. ContentAlignment = Left
  1169. ContentMargins = 1, 1, 1, 1
  1170. ImageCount = 2
  1171. ImageFile = Black2\FrameMaximized2.bmp
  1172. ImageLayout = Vertical
  1173. SizingType = Stretch
  1174. TextShadowColor = 192 192 192
  1175. TextShadowOffset = 1, 1
  1176. TextShadowType = Continuous
  1177. SizingMargins = 10, 10, 10, 15
  1178.  
  1179. [Window.MdiCloseButton]
  1180. BgType = ImageFile
  1181. GlyphTransparent = True
  1182. ImageCount = 4
  1183. SizingMargins = 2, 3, 5, 4
  1184. ContentMargins = 0, 0, 0, 0
  1185. BorderColorHint = 118 118 118
  1186. SizingType = Stretch
  1187. ImageLayout = Vertical
  1188. GlyphType = ImageGlyph
  1189. GlyphImageFile = Blue\MDIGlyphClose.bmp
  1190. ImageFile = Blue\MDICaptionButton.bmp
  1191.  
  1192. [Window.MdiMinButton]
  1193. BgType = ImageFile
  1194. GlyphTransparent = True
  1195. ImageCount = 4
  1196. SizingMargins = 2, 3, 5, 4
  1197. ContentMargins = 0, 0, 0, 0
  1198. BorderColorHint = 118 118 118
  1199. SizingType = Stretch
  1200. ImageLayout = Vertical
  1201. GlyphType = ImageGlyph
  1202. GlyphImageFile = Blue\MDIGlyphMinimize.bmp
  1203. ImageFile = Blue\MDICaptionButton.bmp
  1204.  
  1205. [Window.MdiRestoreButton]
  1206. BgType = ImageFile
  1207. GlyphTransparent = True
  1208. ImageCount = 4
  1209. SizingMargins = 2, 3, 5, 4
  1210. ContentMargins = 0, 0, 0, 0
  1211. BorderColorHint = 118 118 118
  1212. SizingType = Stretch
  1213. ImageLayout = Vertical
  1214. GlyphType = ImageGlyph
  1215. GlyphImageFile = Blue\MDIGlyphRestore.bmp
  1216. ImageFile = Blue\MDICaptionButton.bmp
  1217.  
  1218. [Window.MinButton]
  1219. BgType = ImageFile
  1220. GlyphTransparent = True
  1221. GlyphType = ImageGlyph
  1222. ImageCount = 8
  1223. ImageFile = Black2\CAPTIONBUTTONRIGHT.BMP
  1224. ImageFile1 = Black2\minimizeglyph.bmp
  1225. ImageFile2 = Black2\minimizeglyph.bmp
  1226. ImageFile3 = Black2\minimizeglyph.bmp
  1227. ImageFile4 = Black2\minimizeglyph.bmp
  1228. ImageFile5 = Black2\minimizeglyph.bmp
  1229. ImageLayout = Vertical
  1230. ImageSelectType = Size
  1231. MinDpi1 = 96
  1232. MinDpi2 = 126
  1233. MinDpi3 = 170
  1234. Offset = 87, 0
  1235. OffsetType = TopLeft
  1236. SizingMargins = 5, 5, 5, 5
  1237. SizingType = Stretch
  1238. UniformSizing = True
  1239. Transparent = True
  1240. ContentMargins = 3, -7, -4, 4
  1241.  
  1242. [Window.MinCaption]
  1243. CaptionMargins = 4, 3, 0, 0
  1244. ImageCount = 2
  1245. ImageFile = Black2\FRAMECAPTIONMIN.BMP
  1246. ImageLayout = Vertical
  1247. SizingType = Stretch
  1248. ContentMargins = 3, 3, 3, 3
  1249. SizingMargins = 10, 10, 10, 15
  1250.  
  1251. [Window.RestoreButton]
  1252. BgType = ImageFile
  1253. GlyphTransparent = True
  1254. GlyphType = ImageGlyph
  1255. ImageCount = 8
  1256. ImageFile = Black2\CAPTIONBUTTONRIGHT.BMP
  1257. ImageFile1 = Black2\restoreglyph.bmp
  1258. ImageFile2 = Black2\restoreglyph.bmp
  1259. ImageFile3 = Black2\restoreglyph.bmp
  1260. ImageFile4 = Black2\restoreglyph.bmp
  1261. ImageFile5 = Black2\restoreglyph.bmp
  1262. ImageLayout = Vertical
  1263. ImageSelectType = Size
  1264. MinDpi1 = 96
  1265. MinDpi2 = 126
  1266. MinDpi3 = 170
  1267. Offset = 49, 5
  1268. OffsetType = TopLeft
  1269. SizingMargins = 0, 0, 0, 0
  1270. SizingType = Stretch
  1271. UniformSizing = True
  1272. ContentMargins = -7, 0, -4, 4
  1273. Transparent = True
  1274.  
  1275. [Window.SmallCaption]
  1276. ContentMargins = 1, 1, 1, 1
  1277. ContentAlignment = Left
  1278. ImageCount = 2
  1279. ImageFile = Black2\FrameMaximized.bmp
  1280. ImageLayout = Vertical
  1281. SizingType = Stretch
  1282. SizingMargins = 10, 10, 10, 15
  1283.  
  1284. [Window.SmallCaptionSizingTemplate]
  1285. ContentMargins = 14, 14, 16, 0
  1286. ImageCount = 2
  1287. ImageFile = Black2\SmallFrameCaptionSizing.bmp
  1288. ImageLayout = Vertical
  1289. SizingMargins = 24, 37, 9, 8
  1290. SizingType = Tile
  1291. Transparent = True
  1292. TransparentColor = 0 0 0
  1293.  
  1294. [Window.SmallCloseButton]
  1295. BgType = ImageFile
  1296. ContentMargins = 0, 0, 0, 0
  1297. GlyphImageFile = Black2\SmallCloseButton.bmp
  1298. GlyphTransparent = True
  1299. GlyphType = ImageGlyph
  1300. ImageCount = 8
  1301. ImageFile = Black2\CLOSEBUTTON.BMP
  1302. ImageLayout = Vertical
  1303. Offset = 16, 3
  1304. OffsetType = TopRight
  1305. SizingMargins = 5, 5, 5, 5
  1306. SizingType = Stretch
  1307.  
  1308. [Window.SmallFrameBottom]
  1309. BorderOnly = False
  1310. ImageCount = 2
  1311. ImageFile = Black2\frameBottom.bmp
  1312. ImageLayout = Vertical
  1313. SizingMargins = 5, 5, 1, 2
  1314. SizingType = Stretch
  1315. Transparent = False
  1316.  
  1317. [Window.SmallFrameLeft]
  1318. BorderOnly = False
  1319. ImageCount = 2
  1320. ImageFile = Black2\frameLeft.bmp
  1321. ImageLayout = Vertical
  1322. SizingMargins = 3, 1, 40, 0
  1323. SizingType = Stretch
  1324. Transparent = True
  1325.  
  1326. [Window.SmallFrameRight]
  1327. BorderOnly = False
  1328. ImageCount = 2
  1329. ImageFile = Black2\frameRight.bmp
  1330. ImageLayout = Vertical
  1331. SizingMargins = 1, 3, 40, 0
  1332. SizingType = Stretch
  1333. Transparent = True
  1334.  
  1335. [Window.SysButton]
  1336. Offset = 10, 3
  1337. OffsetType = TopLeft
  1338.  
  1339. ;-------------- Start Panel -------------------
  1340. [StartPanel]
  1341. bgtype = none
  1342. DefaultPaneSize = 0, 0, 380, 440
  1343.  
  1344. [StartPanel.UserPane]
  1345. UserPicture         = True
  1346. ImageLayout         = Horizontal
  1347. TextColor           = 255 255 255
  1348. Font                = Franklin Gothic Medium, 14
  1349. DefaultPaneSize     = 0, 0, 380, 64
  1350. BgType              = Imagefile
  1351. Transparent         = True
  1352. ImageFile = Blue\StartUserPanel.bmp
  1353. Imagecount          = 1
  1354. SizingMargins       = 59, 60, 62, 0
  1355. sizingType          = Stretch
  1356. TEXTSHADOWOFFSET= 2, 2
  1357. textshadowcolor     = 9 66 139
  1358. TextShadowType      = continuous
  1359. FillColorHint = 31 113 216; Average background (blue)
  1360.  
  1361.  
  1362. [StartPanel.UserPicture]
  1363. BgType = ImageFile
  1364. ImageFile = Blue\UserTileBackground.bmp
  1365. Imagecount = 1
  1366. SizingType = Stretch
  1367. SizingMargins = 6, 10, 6, 10
  1368. ContentMargins = 8, 6, 8, 6
  1369. Transparent = true
  1370. FillColorHint = 204 214 235; Average Background (light blue grey)
  1371.  
  1372.  
  1373. [StartPanel.ProgList]
  1374. DefaultPaneSize = 0, 0, 190, 306
  1375. ContentMargins  = 6 4 9 5
  1376. TextColor   = 55 55 56 
  1377. HotTracking = 48 112 208
  1378. CaptionText = 128 128 128
  1379. BgType  = ImageFile
  1380. SizingType  = Stretch
  1381. SizingMargins   = 2, 153, 3, 0
  1382. sizingType = Stretch
  1383. ImageFile = Blue\StartPanelMFUBackground.bmp
  1384. imagecount  = 1
  1385. FillColorHint = 204 214 235; Average Background (light blue grey)
  1386.  
  1387.  
  1388. [StartPanel.ProgListSeparator]
  1389. BgType = ImageFile
  1390. SizingType = TrueSize
  1391. ImageFile = Blue\StartProgramsSeparator.bmp
  1392.  
  1393. [StartPanel.MorePrograms]
  1394. DefaultPaneSize = 0, 0, 190, 30
  1395. TextColor           = 55 55 56
  1396. HotTracking         = 48 112 208
  1397. Font                = Tahoma, 8, Bold
  1398. BgType              = ImageFile
  1399. SizingType          = Stretch
  1400. SizingMargins       = 3, 0, 0, 1
  1401.  
  1402. ;  left and right contentmargins should match proglist
  1403. ContentMargins  = 8, 8, 0, 6
  1404. ImageFile = Blue\StartPanelMoreProgBackGround.BMP
  1405. imagecount  = 1
  1406. sizingType = Stretch
  1407.  
  1408. [StartPanel.MoreProgramsArrow]
  1409. BgType  = ImageFile
  1410. SizingType  = TrueSize
  1411. ImageFile = Blue\StartPanelMoreProgArrow.bmp
  1412. ImageCount  = 1
  1413. FillColorHint = 108 207 108; Average color (green)
  1414.  
  1415. [StartPanel.MoreProgramsArrow(hot)]
  1416. BgType  = ImageFile
  1417. SizingType  = TrueSize
  1418. ImageFile = Blue\StartPanelMoreProgArrowHot.bmp
  1419. ImageCount  = 1
  1420. FillColorHint = 107 239 107; Average color (bright green)
  1421.  
  1422.  
  1423. [StartPanel.PlacesList]
  1424. DefaultPaneSize = 0, 0, 190, 336
  1425. ContentMargins  = 4 6 9 5
  1426. TextColor           = 10 36 106
  1427. HotTracking         = 80 150 248
  1428. BgType              = imageFile
  1429. ImageFile = Blue\StartPanelPlacesBackground.bmp
  1430. imagecount = 1
  1431. SizingMargins = 172, 7, 3, 1
  1432. sizingType = Stretch
  1433. FillColorHint = 211 229 250; Background color (light blue)
  1434.  
  1435. [StartPanel.PlacesListSeparator]
  1436. BgType = ImageFile
  1437. SizingType = TrueSize
  1438. ImageFile = Blue\StartPlacesSeparator.bmp
  1439.  
  1440. [StartPanel.Logoff]
  1441. ContentMargins =  0, 0, 4, 2
  1442. DefaultPaneSize = 0, 0, 380, 40
  1443. TextColor   = 255 255 255
  1444. HotTracking = 255 255 255
  1445. bgType = imagefile
  1446. ImageFile = Blue\StartPanelLogoffBackground.bmp
  1447. imagecount = 1
  1448. sizingMargins = 49, 47, 0, 38
  1449. sizingType = Stretch
  1450. FillColorHint = 37 119 223; Background color (lblue)
  1451.  
  1452. ;; note that if you want transparent LogoffButtons they MUST be 32 bit
  1453. ;; images with an alphachanel, not 8 or 24 bit images with a TransparentColor
  1454. [StartPanel.LogoffButtons]
  1455. BgType  = ImageFile
  1456. Transparent = True
  1457. SizingType  = TrueSize
  1458. ImageFile = Blue\StartPanelLogoffButtons.bmp
  1459. ImageCount  = 1
  1460.  
  1461. [StartPanel.LogoffButtons(hot)]
  1462. BgType  = ImageFile
  1463. Transparent = True
  1464. SizingType  = TrueSize
  1465. ImageFile = Blue\StartPanelLogoffButtonsHot.bmp
  1466. ImageCount  = 1
  1467.  
  1468.  
  1469. ;-------------- Taskbar specific --------------
  1470. [Start::Button]
  1471. BgType  = ImageFile
  1472. SizingType  = Stretch
  1473. SizingMargins   = 6, 52, 13, 14
  1474. ContentMargins  = 10, 24, 2, 4
  1475. ImageFile = Blue\StartButton.bmp
  1476. ImageCount  = 3
  1477. ImageLayout = Vertical
  1478. Transparent = True
  1479. Font= Franklin Gothic Medium, 14, italic
  1480. TextColor   = 255 255 255
  1481. TEXTSHADOWOFFSET= 2, 2
  1482. textshadowcolor = 69 76 16
  1483. TextShadowType  = continuous
  1484. FillColorHint = 74 153 73; Average color (green)
  1485.  
  1486. [StartMenu::MenuBand]
  1487. TextColor   = 0 0 0
  1488.  
  1489. [StartMenu::MenuBand(Hot)]
  1490. TextColor   = 255 255 255
  1491.  
  1492. [StartMenu::MenuBand.NewAppButton]
  1493. BgType  = ImageFile
  1494. SizingType  = Stretch
  1495. SizingMargins   = 6, 1, 0, 0
  1496. ContentMargins  = 10, 0, 3, 0
  1497. ImageFile = Blue\StartGroupNewAppButton.bmp
  1498. ImageCount  = 1
  1499. Transparent    = True
  1500. TransparentColor= 255 0 0
  1501. FillcolorHint = 254 234 182; Background newly installed app color (light orange)
  1502.  
  1503. [StartMenu::MenuBand.Seperator]
  1504. BgType  = ImageFile
  1505. SizingType  = Stretch
  1506. SizingMargins   = 6, 1, 3, 0
  1507. ContentMargins  = 10, 0, 3, 0
  1508. ImageFile = Blue\StartGroupSeperator.bmp
  1509. ImageCount  = 1
  1510. Transparent    = True
  1511. TransparentColor= 255 0 0
  1512. FillColorHint = 211 211 200; Separator color (grey)
  1513.  
  1514. [StartMenu::Toolbar]
  1515. BgType  = ImageFile
  1516. ImageFile = Blue\StartGroupBackground.bmp
  1517. SizingType    = Stretch
  1518. SizingMargins    = 6, 5, 3, 4
  1519. ContentMargins    = 0, 0, 0, 0
  1520. Font= Tahoma, 8
  1521. TextColor   = 0 0 0
  1522. FillColorHint = 255 255 255; Background of More Programs menu (white)
  1523. AccentColorHint = 48 127 229; Left edge of More Programs menu (blue)
  1524.  
  1525.  
  1526. [StartMenu::Toolbar(Hot)]
  1527. TextColor   = 255 255 255
  1528.  
  1529. [StartMenu::Toolbar.Button]
  1530. BgType  = ImageFile
  1531. SizingType  = Stretch
  1532. SizingMargins   = 6, 1, 0, 0
  1533. ContentMargins  = 10, 0, 3, 0
  1534. ImageFile = Blue\StartGroupToolbarButton.bmp
  1535. ImageCount  = 3
  1536. ImageLayout    = vertical
  1537. Transparent    = True
  1538. TransparentColor= 255 0 0
  1539. FillColorHint = 22 101 203; Rollover of item on More Programs menu (blue)
  1540.  
  1541.  
  1542. [TaskBar::Toolbar]
  1543. BgType  = None
  1544. Font= Tahoma, 8
  1545. TextColor   = 255 255 255
  1546.  
  1547. [TaskBar::Toolbar.Button]
  1548. BgType  = ImageFile
  1549. SizingType  = Stretch
  1550. SizingMargins   = 8, 3, 18, 8
  1551. ContentMargins  = 0, 0, 4, 4
  1552. ImageFile = Blue\TaskBandButtonNoEdge.bmp
  1553. ImageCount  = 6
  1554. ImageLayout = vertical
  1555. Transparent = True
  1556. FillColorHint = 53 122 238; Average background color (blue)
  1557.  
  1558. [TaskBar::Toolbar.DropdownButton]
  1559. BgType  = ImageFile
  1560.  
  1561. SizingType  = Stretch
  1562. SizingMargins   = 8, 3, 18, 8
  1563. ContentMargins  = 2, 0, 4, 4
  1564. ImageFile = Blue\TaskBandButtonNoEdge.bmp
  1565. ImageCount  = 6
  1566. ImageLayout = vertical
  1567. Transparent = True
  1568. FillColorHint = 53 122 238; Average background color (blue)
  1569.  
  1570. [TaskBarVert::Toolbar]
  1571. BgType  = None
  1572. Font= Tahoma, 8
  1573. TextColor   = 255 255 255
  1574.  
  1575. [TaskBarVert::Toolbar.Button]
  1576. BgType  = ImageFile
  1577. SizingType  = Stretch
  1578. SizingMargins   = 15, 5, 6, 4
  1579. ContentMargins  = 1, 1, 1, 1
  1580. ImageFile = Blue\TaskBandButtonNoEdgeVertical.bmp
  1581. ImageCount  = 6
  1582. ImageLayout = vertical
  1583. Transparent = True
  1584. FillColorHint = 53 122 238; Average background color (blue)
  1585.  
  1586. [TaskBarVert::Toolbar.DropdownButton]
  1587. BgType  = ImageFile
  1588. SizingType  = Stretch
  1589. SizingMargins   = 15, 5, 6, 4
  1590. ContentMargins  = 1, 1, 1, 1
  1591. ImageFile = Blue\TaskBandButtonNoEdgeVertical.bmp
  1592. ImageCount  = 6
  1593. ImageLayout = vertical
  1594. Transparent = True
  1595. FillColorHint = 53 122 238; ; Average background color (blue)
  1596.  
  1597. [TaskBar::Rebar]
  1598. BgType  = None
  1599. Font= Tahoma, 8
  1600. TextColor   = 123 182 232
  1601.  
  1602. [TaskBar::Rebar.Band]
  1603. BgType  = None
  1604.  
  1605. [TaskBar::Rebar.Gripper]
  1606. BgType  = ImageFile
  1607. SizingType  = Tile
  1608. SizingMargins   = 0, 0, 6, 4
  1609. ContentMargins  = 2, 1, 0, 0
  1610. ImageFile = Blue\TaskbarGripper.bmp
  1611. ImageCount  = 1
  1612. Transparent = True
  1613. TransparentColor= 255 0 255
  1614. FillColorHint = 6 45 159; Gripper dot color (dark purple)
  1615.  
  1616. [TaskBar::Rebar.GripperVert]
  1617. BgType  = ImageFile
  1618. SizingType  = Tile
  1619. SizingMargins   = 4, 6, 0, 0
  1620. ContentMargins  = 0, 0, 2, 1
  1621. ImageFile = Blue\TaskbarGripperVertical.bmp
  1622. ImageCount  = 1
  1623. Transparent = True
  1624. TransparentColor= 255 0 255
  1625. FillColorHint = 6 45 159; Gripper dot color (dark purple)
  1626.  
  1627. [TaskBar::Rebar.Chevron]
  1628. BgType  = ImageFile
  1629. SizingType  = Stretch
  1630. SizingMargins   = 8, 3, 18, 8
  1631. ContentMargins  = 0, 0, 0, 10
  1632. ImageFile = Blue\TaskBandButtonNoEdge.bmp
  1633. ImageCount  = 6
  1634. ImageLayout = vertical
  1635. Transparent = True
  1636. GlyphType   = ImageGlyph
  1637. GlyphImageFile = Blue\TaskbarChevron.bmp
  1638. GlyphTransparent= true
  1639. VAlign = Top
  1640. FillColorHint = 6 45 159; Overflow glyph color (baby blue)
  1641.  
  1642. [TaskBar::Rebar.ChevronVert]
  1643. BgType  = ImageFile
  1644. SizingType  = Stretch
  1645. SizingMargins   = 15, 5, 6, 4
  1646. ContentMargins  = 0, 0, 0, 0
  1647. ImageFile = Blue\TaskBandButtonNoEdgeVertical.bmp
  1648. ImageCount  = 6
  1649. ImageLayout = vertical
  1650. Transparent = True
  1651. GlyphType   = ImageGlyph
  1652. GlyphImageFile = Blue\TaskbarChevronVert.bmp
  1653. GlyphTransparent= true
  1654. FillColorHint = 6 45 159; Overflow glyph color (baby blue)
  1655.  
  1656. [TaskBar.BackgroundBottom]
  1657. BgType  = ImageFile
  1658. SizingType  = Tile
  1659. SizingMargins   = 0, 0, 15, 11
  1660. ImageFile = Blue\TaskbarBackground.bmp
  1661. ImageCount  = 1
  1662. FillColorHint = 36 94 220; Average background color (blue)
  1663.  
  1664. [TaskBar.SizingBarBottom]
  1665. BgType  = ImageFile
  1666. SizingType  = Tile
  1667. ImageFile = Blue\TaskbarSizingBarBottom.bmp
  1668. ImageCount  = 1
  1669. FillColorHint = 50 128 231; Average color (blue)
  1670.  
  1671. [TaskBar.BackgroundLeft]
  1672. BgType  = ImageFile
  1673. SizingType  = Tile
  1674. SizingMargins   = 15, 11, 0, 0
  1675. ImageFile = Blue\TaskbarBackgroundVertical.bmp
  1676. ImageCount  = 1
  1677. FillColorHint = 36 94 220; Average background color (blue)
  1678.  
  1679. [TaskBar.SizingBarLeft]
  1680. BgType  = ImageFile
  1681. SizingType  = Tile
  1682. ImageFile = Blue\TaskbarSizingBarLeft.bmp
  1683. ImageCount  = 1
  1684. FillColorHint = 50 128 231; Average color (blue)
  1685.  
  1686. [TaskBar.BackgroundTop]
  1687. BgType  = ImageFile
  1688. SizingType  = Tile
  1689. SizingMargins   = 0, 0, 15, 11
  1690. ImageFile = Blue\TaskbarBackground.bmp
  1691. ImageCount  = 1
  1692. FillColorHint = 36 94 220; Average background color (blue)
  1693.  
  1694. [TaskBar.SizingBarTop]
  1695. BgType  = ImageFile
  1696. SizingType  = Tile
  1697. ImageFile = Blue\TaskbarSizingBarTop.bmp
  1698. ImageCount  = 1
  1699. FillColorHint = 50 128 231; Average color (blue)
  1700.  
  1701. [TaskBar.BackgroundRight]
  1702. BgType  = ImageFile
  1703. SizingType  = Tile
  1704. SizingMargins   = 11, 13, 0, 0
  1705. ImageFile = Blue\TaskbarBackgroundVertical.bmp
  1706. ImageCount  = 1
  1707. FillColorHint = 36 94 220; Average background color (blue)
  1708.  
  1709. [TaskBar.SizingBarRight]
  1710. BgType  = ImageFile
  1711. SizingType  = Stretch
  1712. ImageFile = Blue\TaskbarSizingBarRight.bmp
  1713. ImageCount  = 1
  1714. FillColorHint = 50 128 231; Average color (blue)
  1715.  
  1716. ;-------------- Taskband specific --------------
  1717. [TaskBand.FlashButton]
  1718. BgType  = ImageFile
  1719. SizingType  = Stretch
  1720. SizingMargins   = 4, 4, 4, 4
  1721. ContentMargins  = 0, 0, 4, 4
  1722. ImageFile = Blue\TaskBandFlashButton.bmp
  1723. ImageCount  = 1
  1724. ImageLayout = vertical
  1725. Transparent = True
  1726. FillColorHint = 56 130 234; Average background color (blue)
  1727. AccentColorHint = 255 192 91; Attention hilite color (orange)
  1728.  
  1729. [TaskBand.FlashButtonGroupMenu]
  1730. BgType  = ImageFile
  1731. SizingType  = Stretch
  1732. SizingMargins   = 4, 4, 4, 4
  1733. ContentMargins  = 0, 0, 4, 4
  1734. ImageFile = Blue\TaskBandFlashButtonGroupMenu.bmp
  1735. ImageCount  = 1
  1736. Transparent = True
  1737. FillColorHint = 56 130 234; Average background color (blue)
  1738. AccentColorHint = 255 192 91; Attention hilite color (orange)
  1739.  
  1740. [TaskBand.GroupCount]
  1741. Font= Tahoma, 8, Bold
  1742. TextColor   = 255 204 109
  1743.  
  1744. [TaskBand::Toolbar]
  1745. BgType  = None
  1746. Font= Tahoma, 8
  1747. TextColor   = 255 255 255
  1748.  
  1749. [TaskBand::Toolbar.Button]
  1750. BgType  = ImageFile
  1751. SizingType  = Stretch
  1752. SizingMargins   = 17, 5, 15, 8
  1753. ContentMargins  = 0, 4, 4, 4
  1754. ImageFile = Blue\TaskBandButton.bmp
  1755. ImageCount  = 6
  1756. ImageLayout = vertical
  1757. Transparent = True
  1758. FillColorHint = 54 127 239
  1759.  
  1760. [TaskBand::Toolbar.DropdownButton]
  1761. BgType  = ImageFile
  1762. SizingType  = Stretch
  1763. SizingMargins   = 17, 5, 15, 8
  1764. ContentMargins  = 0, 4, 4, 4
  1765. ImageFile = Blue\TaskBandButton.bmp
  1766. ImageCount  = 6
  1767. ImageLayout = vertical
  1768. Transparent = True
  1769. FillColorHint = 54 127 239; Average background color (blue)
  1770.  
  1771. [TaskBandVert::Toolbar]
  1772. BgType  = None
  1773. Font= Tahoma, 8
  1774. TextColor   = 255 255 255
  1775.  
  1776. [TaskBandVert::Toolbar.Button]
  1777. BgType  = ImageFile
  1778. SizingType  = Stretch
  1779. SizingMargins   = 16, 7, 12, 6
  1780. ContentMargins  = 0, 4, 4, 4
  1781. ImageFile = Blue\TaskBandButtonVertical.bmp
  1782. ImageCount  = 6
  1783. ImageLayout = vertical
  1784. Transparent = True
  1785. FillColorHint = 54 127 239; Average background color (blue)
  1786.  
  1787. [TaskBandVert::Toolbar.DropdownButton]
  1788. BgType  = ImageFile
  1789. SizingType  = Stretch
  1790. SizingMargins   = 16, 7, 12, 6
  1791. ContentMargins  = 0, 4, 4, 4
  1792. ImageFile = Blue\TaskBandButtonVertical.bmp
  1793. ImageCount  = 6
  1794. ImageLayout = vertical
  1795. Transparent = True
  1796. FillColorHint = 54 127 239; Average background color (blue)
  1797.  
  1798. [TaskBand::ScrollBar.ArrowBtn]
  1799. BgType  = ImageFile
  1800. SizingMargins = 5, 5, 5, 5
  1801. ContentMargins = 0, 0, 0, 0
  1802. SizingType = Stretch
  1803. ImageFile = Blue\TaskbandScrollArrows.bmp
  1804. ImageCount = 20
  1805. ImageLayout = Vertical
  1806. GlyphType   = ImageGlyph
  1807. GlyphImageFile = Blue\TaskBandScrollArrowGlyphs.bmp
  1808. GlyphTransparent = True
  1809. FillColorHint = 25 66 205; Average background color (dark blue)
  1810.  
  1811. [TaskBand::Scrollbar.ThumbBtnHorz]
  1812. BgType  = ImageFile
  1813. SizingMargins = 5, 5, 5, 5
  1814. ContentMargins = 4, 4, 0, 0
  1815. ImageFile = Blue\TaskBandScrollThumbHorizontal.bmp
  1816. ImageCount  = 5
  1817. ImageLayout = Vertical
  1818. FillColorHint = 25 66 205; Average background color (dark blue)
  1819.  
  1820. ;A visual element in the middle of the scrollbar thumb
  1821. [TaskBand::Scrollbar.GripperHorz]
  1822. BgType  = ImageFile
  1823. SizingType  = TrueSize
  1824. ImageFile = Blue\TaskBandScrollThumbGripperHorizontal.BMP
  1825. imagelayout = vertical
  1826. Transparent = True
  1827. ImageCount  = 5
  1828. FillColorHint = 44 96 226; Thumb gripper lighter color (blue)
  1829.  
  1830.  
  1831. ; Scrollbar Thumb (vertical)
  1832. [TaskBand::Scrollbar.ThumbBtnVert]
  1833. BgType  = ImageFile
  1834. SizingMargins = 5, 5, 5, 5
  1835. ContentMargins = 0, 0, 4, 4
  1836. ImageFile = Blue\TaskBandScrollThumbVertical.bmp
  1837. ImageCount  = 5
  1838. ImageLayout = vertical
  1839. FillColorHint = 25 66 205; Average background color (dark blue)
  1840.  
  1841. ;A visual element in the middle of the scrollbar thumb
  1842. [TaskBand::Scrollbar.GripperVert]
  1843. BgType  = ImageFile
  1844. SizingType  = TrueSize
  1845. ImageFile = Blue\TaskBandScrollThumbGripperVertical.BMP
  1846. ImageCount  = 4
  1847. Transparent = True
  1848. ImageLayout = Vertical
  1849. FillColorHint = 44 96 226; Thumb gripper lighter color (blue)
  1850.  
  1851.  
  1852. ; Scrollbar Tracks (horizontal)
  1853. [TaskBand::Scrollbar.LowerTrackHorz]
  1854. BgType  = imagefile
  1855. ImageFile = Blue\TaskBandScrollShaftHorizontal.bmp
  1856. SizingMargins = 0, 0, 1, 1
  1857. ImageCount = 4
  1858. ImageLayout = Vertical
  1859. FillColorHint = 37 90 225; Average background color (blue)
  1860.  
  1861.  
  1862. [TaskBand::Scrollbar.UpperTrackHorz]
  1863. BgType  = imagefile
  1864. ImageFile = Blue\TaskBandScrollShaftHorizontal.bmp
  1865. SizingMargins = 0, 0, 1, 1
  1866. ImageCount = 4
  1867. ImageLayout = Vertical
  1868. FillColorHint = 37 90 225; Average background color (blue)
  1869.  
  1870.  
  1871. ; Scrollbar Tracks (vertical)
  1872. [TaskBand::Scrollbar.LowerTrackVert]
  1873. BgType  = imagefile
  1874. ImageFile = Blue\TaskBandScrollShaftVertical.bmp
  1875. SizingMargins = 1, 1, 0, 0
  1876. ImageCount = 4
  1877. ImageLayout = Vertical
  1878. FillColorHint = 37 90 225; Average background color (blue)
  1879.  
  1880.  
  1881. [TaskBand::Scrollbar.UpperTrackVert]
  1882. BgType  = imagefile
  1883. ImageFile = Blue\TaskBandScrollShaftVertical.bmp
  1884. SizingMargins = 1, 1, 0, 0
  1885. ImageCount = 4
  1886. ImageLayout = Vertical
  1887. FillColorHint = 37 90 225; Average background color (blue)
  1888.  
  1889. ;-------------- Taskband Group Menu specific --------------
  1890. [TaskBandGroupMenu::Toolbar]
  1891. BgType  = ImageFile
  1892. ImageFile = Blue\TaskBandBackground.bmp
  1893. SizingType    = Tile
  1894. SizingMargins    = 3, 3, 3, 3
  1895. ContentMargins    = 9, 0, 0, 0
  1896. Font= Tahoma, 8
  1897. TextColor   = 255 255 255
  1898. FillColorHint = 33 87 213; Average background color (blue)
  1899. AccentColorHint = 255 199 60; Menu top hilite color (orange)
  1900.  
  1901.  
  1902. [TaskBandGroupMenu::Toolbar.Button]
  1903. BgType  = ImageFile
  1904. SizingType  = stretch
  1905. SizingMargins   = 3, 3, 0, 0
  1906. ContentMargins  = 9, 0, 3, 3
  1907. ImageFile = Blue\TaskBandHover.bmp
  1908. ImageCount  = 3
  1909. ImageLayout    = vertical
  1910. Transparent    = True
  1911. AccentColorHint = 79 150 255; Rollover hilite color (blue)
  1912.  
  1913. ;-------------- Tray Notify specific --------------
  1914. [TrayNotify::Toolbar]
  1915. BgType  = None
  1916.  
  1917. [TrayNotify::Toolbar.Button]
  1918. BgType  = None
  1919.  
  1920. [TrayNotifyHoriz::TrayNotify.Background]
  1921. BgType  = ImageFile
  1922. SizingType  = Stretch
  1923. SizingMargins   = 34, 10, 12, 12
  1924. ContentMargins  = 19, 7, 0, 0
  1925. ImageFile = Blue\TaskbarTray.bmp
  1926. ImageCount  = 1
  1927. Transparent = True
  1928. TransparentColor= 255 0 0
  1929. FillColorHint = 13 141 234; Average background color (blue)
  1930.  
  1931. [TrayNotifyHoriz::Button]
  1932. BgType  = ImageFile
  1933. SizingType  = TrueSize
  1934. ImageFile = Blue\TrayChevronHorizontal.bmp
  1935. ImageCount  = 3
  1936. Imagelayout = vertical
  1937. FillColorHint = 56 173 243; Average background color (blue)
  1938.  
  1939. [TrayNotifyHorizOpen::Button]
  1940. BgType  = ImageFile
  1941. SizingType  = TrueSize
  1942. ImageFile = Blue\TrayChevronHorizontalOpen.bmp
  1943. ImageCount  = 3
  1944. Imagelayout = vertical
  1945. FillColorHint = 56 173 243; Average background color (blue)
  1946.  
  1947. [TrayNotifyVert::TrayNotify.Background]
  1948. BgType  = ImageFile
  1949. SizingType  = Stretch
  1950. SizingMargins   = 12, 12, 34, 10
  1951. ContentMargins  = 0, 0, 19, 7
  1952. ImageFile = Blue\TaskbarTrayVertical.bmp
  1953. ImageCount  = 1
  1954. Transparent = True
  1955. TransparentColor= 255 0 0
  1956. FillColorHint = 13 141 234; Average background color (blue)
  1957.  
  1958. [TrayNotifyVert::Button]
  1959. BgType  = ImageFile
  1960. SizingType  = TrueSize
  1961. Transparent = True
  1962. ImageFile = Blue\TrayChevronHorizontal.bmp
  1963. ImageCount  = 3
  1964. Imagelayout = vertical
  1965. FillColorHint = 56 173 243; Average background color (blue)
  1966.  
  1967.  
  1968. [TrayNotifyVertOpen::Button]
  1969. BgType  = ImageFile
  1970. SizingType  = TrueSize
  1971. Transparent = True
  1972. ImageFile = Blue\TrayChevronHorizontalOpen.bmp
  1973. ImageCount  = 3
  1974. Imagelayout = vertical
  1975. FillColorHint = 56 173 243; Average background color (blue)
  1976.  
  1977.  
  1978. [TrayNotify::Clock]
  1979. Font= Tahoma, 8
  1980. TextColor   = 255 255 255
  1981.  
  1982. ;-------------- Application-specific ------------------------
  1983.  
  1984.  
  1985. ;----------- places bar --------------------------------
  1986. ;The places toolbar in the fileopen/save dialog.
  1987. [Placesbar::Toolbar]
  1988. SizingMargins = 4, 4, 4, 4
  1989. ContentMargins = 0, 0, 0, 0
  1990. ImageFile = Blue\PlaceBarBackground.bmp
  1991. bgtype = imagefile
  1992. imageCount = 1
  1993. sizingType = tile
  1994. FillColorHint = 249 248 243; Background color (light beige)
  1995.  
  1996. [Placesbar::Toolbar.Button]
  1997. SizingMargins = 4, 4, 4, 4
  1998. ContentMargins = 0, 0, 4, 2
  1999. ImageFile = Blue\PlaceBarButtons.bmp
  2000. bgtype = imagefile
  2001. imagelayout = vertical
  2002. imageCount = 6
  2003. sizingType = stretch
  2004. transparent = true
  2005. FillColorHint = 255 255 255; Selected color (white)
  2006. BorderColorHint = 122 152 175; Outline color (blue grey)
  2007.  
  2008. ;----------- Explorer (IE) bar --------------------------------
  2009. [ExplorerBar]
  2010. BgType  = BorderFill
  2011. FillType= VertGradient
  2012. GradientRatio1  = 0
  2013. GradientColor1  = 140 170 230
  2014. GradientRatio2  = 255
  2015. GradientColor2  = 100 135 220
  2016. BorderSize  = 0
  2017. ContentMargins  = 12, 12, 12, 12
  2018.  
  2019. [ExplorerBar.HeaderBackground]; Not used in IE 6
  2020. BgType  = ImageFile
  2021. SizingType  = Stretch
  2022. ImageFile = Blue\ExplorerBarHeaderBackground.bmp
  2023. SizingMargins   = 202, 1, 0, 0
  2024. Font= Tahoma, 8, Bold
  2025. TextColor   = 255 255 255
  2026. ContentMargins  = 8, 8, 7, 7
  2027. FillColorHint = 94 135 217; Mid color of gradient (blue)
  2028.  
  2029. [ExplorerBar.HeaderClose]; Not used in IE 6
  2030. BgType  = ImageFile
  2031. SizingType  = TrueSize
  2032. ImageLayout = Vertical
  2033. ImageFile = Blue\ExplorerBarHeaderClose.bmp
  2034. ImageCount  = 3
  2035. Transparent = true
  2036. OffsetType  = TopRight
  2037. Offset  = -4, 4
  2038. FillColorHint = 138 168 229; Close box normal state (blue)
  2039. AccentColorHint = 255 121 95; Close box rollover (brick red)
  2040.  
  2041. [ExplorerBar.HeaderPin]; Not used in IE 6
  2042. BgType  = ImageFile
  2043. SizingType  = TrueSize
  2044. ImageLayout = Vertical
  2045. ImageFile = Blue\ExplorerBarHeaderPin.bmp
  2046. ImageCount  = 6
  2047. Transparent = true
  2048. OffsetType  = TopRight
  2049. Offset  = -6, 4
  2050. FillColorHint = 189 206 239; Average pin color (blue grey)
  2051.  
  2052. [ExplorerBar.IEBarMenu]; Not used in IE 6
  2053. BgType  = ImageFile
  2054. SizingType  = TrueSize
  2055. ImageLayout = Vertical
  2056. ImageFile = Blue\IE_PersonalBarMenu.bmp
  2057. ImageCount  = 3
  2058. Transparent = true
  2059. OffsetType  = TopRight
  2060. Offset  = -3, 1
  2061. FillColorHint = 236 240 249; Average button background color (light grey blue)
  2062. BorderColorHint = 165 187 228; Border of button (blue grey)
  2063.  
  2064. [ExplorerBar.NormalGroupBackground]
  2065. BgType  = ImageFile
  2066. FillColor = 214 223 247
  2067. BorderColor = 255 255 255
  2068. SizingType  = Stretch
  2069. ImageFile = Blue\NormalGroupBackground.bmp
  2070. SizingMargins   = 3, 3, 3, 3
  2071. Font= Tahoma, 8
  2072. TextColor   = 38 92 192
  2073. ContentMargins  = 8, 8, 7, 7
  2074.  
  2075. [ExplorerBar.NormalGroupCollapse]
  2076. BgType  = ImageFile
  2077. SizingType  = TrueSize
  2078. ImageLayout = Vertical
  2079. ImageFile = Blue\NormalGroupCollapse.bmp
  2080. ImageCount  = 3
  2081. Transparent = true
  2082. OffsetType  = TopRight
  2083. Offset  = -3, 1
  2084. FillColorHint = 236 240 249; Average button background color (light grey blue)
  2085. BorderColorHint = 165 187 228; Border of button (blue grey)
  2086.  
  2087. [ExplorerBar.NormalGroupExpand]
  2088. BgType  = ImageFile
  2089. SizingType  = TrueSize
  2090. ImageLayout = Vertical
  2091. ImageFile = Blue\NormalGroupExpand.bmp
  2092. ImageCount  = 3
  2093. Transparent = true
  2094. OffsetType  = TopRight
  2095. Offset  = -3, 1
  2096. FillColorHint = 236 240 249; Average button background color (light grey blue)
  2097. BorderColorHint = 165 187 228; Border of button (blue grey)
  2098.  
  2099. [ExplorerBar.NormalGroupHead]
  2100. BgType  = ImageFile
  2101. SizingType  = Stretch
  2102. ImageFile = Blue\NormalGroupHead.bmp
  2103. SizingMargins   = 3, 106, 3, 1
  2104. Transparent = true
  2105. Font= Tahoma, 8, Bold
  2106. TextColor   = 33 93 198
  2107. ContentMargins  = 8, 8, 7, 7
  2108. FillColorHint = 240 243 251; Lighter side of gradient (very light blue)
  2109.  
  2110. [ExplorerBar.SpecialGroupBackground]
  2111. BgType  = ImageFile
  2112. SizingType  = Stretch
  2113. ImageFile = Blue\SpecialGroupBackground.bmp
  2114. SizingMargins   = 3, 3, 3, 3
  2115. Font= Tahoma, 8
  2116. TextColor   = 38 92 192
  2117. ContentMargins  = 8, 8, 7, 7
  2118. FillColorHint = 239 243 255; Background color (very light blue)
  2119.  
  2120. [ExplorerBar.SpecialGroupCollapse]
  2121. BgType  = ImageFile
  2122. SizingType  = TrueSize
  2123. ImageLayout = Vertical
  2124. ImageFile = Blue\SpecialGroupCollapse.bmp
  2125. ImageCount  = 3
  2126. Transparent = true
  2127. OffsetType  = TopRight
  2128. Offset  = -3, 1
  2129. FillColorHint = 36 89 195; Average background color (dark blue)
  2130. BorderColorHint = 70 114 205; Edge color (dark blue)
  2131.  
  2132.  
  2133. [ExplorerBar.SpecialGroupExpand]
  2134. BgType  = ImageFile
  2135. SizingType  = TrueSize
  2136. ImageLayout = Vertical
  2137. ImageFile = Blue\SpecialGroupExpand.bmp
  2138. ImageCount  = 3
  2139. Transparent = true
  2140. OffsetType  = TopRight
  2141. Offset  = -3, 1
  2142. FillColorHint = 36 89 195; Average background color (dark blue)
  2143. BorderColorHint = 70 114 205; Edge color (dark blue)
  2144.  
  2145.  
  2146. [ExplorerBar.SpecialGroupHead]
  2147. BgType  = ImageFile
  2148. SizingType  = Stretch
  2149. ImageFile = Blue\SpecialGroupHead.bmp
  2150. SizingMargins   = 3, 106, 3, 1
  2151. Transparent = true
  2152. Font= Tahoma, 8, Bold
  2153. TextColor   = 255 255 255
  2154. FillColor = 2 72 178
  2155. ContentMargins  = 8, 8, 7, 7
  2156.  
  2157. [ExplorerBar::Rebar]; Not used in IE6
  2158. bgtype  = imagefile
  2159. sizingtype  = stretch
  2160. ImageFile = Blue\ExplorerBarToolbarBackground.bmp
  2161. sizingmargins   = 0, 0, 0, 4
  2162. Font= Tahoma, 8
  2163. TextColor   = 127 124 115
  2164. FillColorHint = 243 247 253; (very light blue)
  2165.  
  2166. [ExplorerBar::Rebar.Band]; Not used in IE6
  2167. bgtype  = none
  2168. ContentMargins    = 2, 0, 0, 0
  2169.  
  2170. [ExplorerBar::Rebar.Gripper]; Not used in IE6
  2171. bgtype = imagefile
  2172. SizingMargins   = 0, 0, 6, 4
  2173. ContentMargins  = 3, 0, 0, 0
  2174. ImageFile = Blue\Gripper.bmp
  2175. sizingType  = Tile
  2176. Transparent = true
  2177. TransparentColor= 255 0 0
  2178. FillColorHint = 171 167 149; Gripper dot color (dark beige)
  2179.  
  2180. [ExplorerBar::Rebar.GripperVert]; Not used in IE6
  2181. bgtype  = imagefile
  2182. SizingMargins   = 9, 8, 0, 0
  2183. ImageFile = Blue\GripperVert.bmp
  2184. sizingType  = Tile
  2185. Transparent = true
  2186. TransparentColor= 255 0 0
  2187. FillColorHint = 171 167 149; Gripper dot color (dark beige)
  2188.  
  2189. [ExplorerBar::Rebar.Chevron]; Not used in IE6
  2190. SizingMargins   = 4, 4, 4, 4
  2191. ContentMargins  = 0, 0, 0, 0
  2192. ImageFile = Blue\ExplorerBarToolbarButtons.bmp
  2193. bgtype  = imagefile
  2194. imagelayout = vertical
  2195. imageCount  = 6
  2196. sizingType  = Stretch
  2197. Transparent = true
  2198. GlyphType   = ImageGlyph
  2199. GlyphImageFile = Blue\Chevron.bmp
  2200. GlyphTransparent= true
  2201. VAlign  = Top
  2202. FillColorHint = 0 0 0; Glyph color (black)
  2203.  
  2204. [ExplorerBar::Rebar.ChevronVert]; Not used in IE6
  2205. SizingMargins   = 4, 4, 4, 4
  2206. ContentMargins  = 0, 0, 0, 0
  2207. ImageFile = Blue\ExplorerBarToolbarButtons.bmp
  2208. bgtype  = imagefile
  2209. imagelayout = vertical
  2210. imageCount  = 6
  2211. sizingType  = Stretch
  2212. Transparent = true
  2213. GlyphType   = ImageGlyph
  2214. GlyphImageFile = Blue\Chevron.bmp
  2215. GlyphTransparent= true
  2216. VAlign  = Top
  2217. FillColorHint = 0 0 0; Glyph color (black)
  2218.  
  2219. [ExplorerBar::Toolbar.Button]; Not used in IE6
  2220. SizingMargins   = 4, 4, 4, 4
  2221. ContentMargins  = 0, 0, 0, 0
  2222. ImageFile = Blue\ExplorerBarToolbarButtons.bmp
  2223. bgtype  = imagefile
  2224. imagelayout = vertical
  2225. imageCount  = 6
  2226. sizingType  = Stretch
  2227. Transparent = true
  2228. TransparentColor= 255 0 255
  2229. FillColorHint = 238 243 248; Average fill color (light blue grey)
  2230. BorderColorHint = 168 191 234; Edge color (grey blue)
  2231.  
  2232. [ExplorerBar::Toolbar.DropdownButton]; Not used in IE6
  2233. SizingMargins   = 4, 4, 4, 4
  2234. ContentMargins  = 0, 0, 0, 0
  2235. ImageFile = Blue\ExplorerBarToolbarButtons.bmp
  2236. bgtype  = imagefile
  2237. imagelayout = vertical
  2238. imageCount  = 6
  2239. sizingType  = Stretch
  2240. Transparent = true
  2241. TransparentColor= 255 0 255
  2242. FillColorHint = 238 243 248; Average fill color (light blue grey)
  2243. BorderColorHint = 168 191 234; Edge color (grey blue)
  2244.  
  2245. [ExplorerBar::Toolbar.SplitButton]; Not used in IE6
  2246. SizingMargins   = 4, 2, 4, 4
  2247. ImageFile = Blue\ExplorerBarToolbarButtonsSplit.bmp
  2248. bgtype  = imagefile
  2249. imagelayout = vertical
  2250. imageCount  = 6
  2251. sizingType  = Stretch
  2252. Transparent = true
  2253. TransparentColor= 255 0 255
  2254. FillColorHint = 238 243 248; Average fill color (light blue grey)
  2255. BorderColorHint = 168 191 234; Edge color (grey blue)
  2256.  
  2257. [ExplorerBar::Toolbar.SplitButtonDropdown]; Not used in IE6
  2258. SizingMargins   = 2, 4, 4, 4
  2259. ImageFile = Blue\ExplorerBarToolbarButtonsSplitDropdown.bmp
  2260. bgtype  = imagefile
  2261. imagelayout = vertical
  2262. imageCount  = 6
  2263. sizingType  = Stretch
  2264. Transparent = true
  2265. TransparentColor= 255 0 255
  2266. GlyphType   = ImageGlyph
  2267. GlyphImageFile = Blue\ToolbarButtonsSplitDropdownGlyph.bmp
  2268. GlyphTransparent= true
  2269. FillColorHint = 238 243 248; Average fill color (light blue grey)
  2270. BorderColorHint = 168 191 234; Edge color (grey blue)
  2271.  
  2272. [ExplorerBar::Toolbar.Separator]; Not used in IE6
  2273. SizingMargins   = 5, 2, 2, 1
  2274. ImageFile = Blue\Separator.bmp
  2275. bgtype  = imagefile
  2276. imageCount  = 1
  2277. sizingType  = tile
  2278. Transparent = true
  2279. TransparentColor= 255 0 0
  2280. FillColorHint = 202 198 175; Separator line color (dark beige)
  2281.  
  2282. [ExplorerBar::Toolbar.SeparatorVert]; Not used in IE6
  2283. SizingMargins   = 2, 1, 5, 1
  2284. ImageFile = Blue\SeparatorVert.bmp
  2285. bgtype  = imagefile
  2286. imageCount  = 1
  2287. sizingType  = tile
  2288. Transparent = true
  2289. TransparentColor= 255 0 0
  2290. FillColorHint = 202 198 175; Separator line color (dark beige)
  2291.  
  2292. [Menu]
  2293.  
  2294. [Menu.PopupBackground]
  2295. BorderSize = 4
  2296. SizingMargins = 0, 0, 0, 0
  2297. BgType = ImageFile
  2298. SizingType = Stretch
  2299. ImageFile = Blue\PopupBackground.bmp
  2300.  
  2301. [Menu.PopupBorders]
  2302. SizingMargins = 1, 1, 1, 1
  2303. BgType = ImageFile
  2304. SizingType = Stretch
  2305. ImageFile = Blue\PopupBorders.bmp
  2306.  
  2307. [Menu.PopupGutter]
  2308. SizingMargins = 0, 2, 0, 0
  2309. BgType = ImageFile
  2310. SizingType = Stretch
  2311. ImageFile = Blue\PopupGutter.bmp
  2312.  
  2313. [Menu.PopupSeparator]
  2314. SizingMargins = 0, 0, 3, 1
  2315. BgType = ImageFile
  2316. SizingType = Stretch
  2317. ImageFile = Blue\PopupSeparator.bmp
  2318.  
  2319.  
  2320. [Menu.PopupItem]
  2321. ImageCount = 4
  2322. BorderSize = 20
  2323. SizingMargins = 6, 6, 4, 4
  2324. ContentMargins = 0, 0, 1, 1
  2325. TextColor = 0 0 0
  2326. BgType = ImageFile
  2327. SizingType = Stretch
  2328. ImageLayout = Vertical
  2329. ImageFile = Blue\PopupItem.bmp
  2330.  
  2331. [Menu.PopupItem(Disabled)]
  2332. TextColor = 128 128 128
  2333.  
  2334. [Menu.PopupItem(DisabledHot)]
  2335. TextColor = 128 128 128
  2336.  
  2337.  
  2338. [Menu.PopupCheck]
  2339. ImageCount = 4
  2340. TrueSizeStretchMark = 50
  2341. ContentMargins = 3, 3, 3, 3
  2342. BgType = ImageFile
  2343. SizingType = TrueSize
  2344. ImageLayout = Vertical
  2345. ImageFile = Blue\PopupCheck.bmp
  2346. MirrorImage = False
  2347.  
  2348. [Menu.PopupCheckBackground]
  2349. ImageCount = 3
  2350. SizingMargins = 3, 3, 3, 3
  2351. ContentMargins = 0, 6, 0, 0
  2352. BgType = ImageFile
  2353. SizingType = Stretch
  2354. ImageLayout = Vertical
  2355. ImageFile = Blue\PopupCheckBackground.bmp
  2356.  
  2357. [Menu.PopupSubmenu]
  2358. ImageCount = 2
  2359. ContentMargins = 2, 7, 3, 3
  2360. BgType = ImageFile
  2361. SizingType = TrueSize
  2362. ImageLayout = Vertical
  2363. ImageFile = Blue\PopupSubmenu.bmp
  2364.  
  2365. [Menu.SystemClose]
  2366. ImageCount = 2
  2367. BgType = ImageFile
  2368. SizingType = TrueSize
  2369. ImageLayout = Vertical
  2370. ImageFile = Blue\PopupSystemClose.bmp
  2371.  
  2372. [Menu.SystemMaximize]
  2373. ImageCount = 2
  2374. BgType = ImageFile
  2375. SizingType = TrueSize
  2376. ImageLayout = Vertical
  2377. ImageFile = Blue\PopupSystemMaximize.bmp
  2378.  
  2379. [Menu.SystemMinimize]
  2380. ImageCount = 2
  2381. BgType = ImageFile
  2382. SizingType = TrueSize
  2383. ImageLayout = Vertical
  2384. ImageFile = Blue\PopupSystemMinimize.bmp
  2385.  
  2386. [Menu.SystemRestore]
  2387. ImageCount = 2
  2388. BgType = ImageFile
  2389. SizingType = TrueSize
  2390. ImageLayout = Vertical
  2391. ImageFile = Blue\PopupSystemRestore.bmp
  2392.